Q3Box_GetMinorAxis
You can use theQ3Box_GetMinorAxis
function to get the minor axis of a box.
TQ3Status Q3Box_GetMinorAxis ( TQ3GeometryObject box, TQ3Vector3D *minorAxis);
box
- A box.
minorAxis
- On exit, the minor axis of the specified box.
DESCRIPTION
TheQ3Box_GetMinorAxis
function returns, in theminorAxis
parameter, the minor axis of the box specified by thebox
parameter.